toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.profile
/
[jvm]Profiles
Profiles
public
interface
Profiles
implements
EngineService
A service for managing Chromium profiles.
Members
Functions
default
Profile
Link copied to clipboard
public
abstract
Profile
defaultProfile
(
)
Returns the default profile instance.
delete
Link copied to clipboard
public
abstract
void
delete
(
Profile
profile
)
Deletes the given
profile
from the
list
of available profiles, closes all browsers associated with it, releases all allocated resources and files in the user data directory.
engine
Link copied to clipboard
public
abstract
Engine
engine
(
)
Returns the engine of this service.
list
Link copied to clipboard
public
abstract
List
<
Profile
>
list
(
)
Returns an immutable list of the available profiles including the default profile.
new
Incognito
Profile
Link copied to clipboard
public
abstract
Profile
newIncognitoProfile
(
String
name
)
Creates a new incognito
Profile
instance with the given
name
.
new
Profile
Link copied to clipboard
public
abstract
Profile
newProfile
(
String
name
)
Creates a new
Profile
instance with the given
name
.